home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / mac / Main / VP.mac / 00014.ls < prev    next >
Encoding:
Text File  |  1995-07-18  |  109 b   |  8 lines

  1. on exitFrame
  2.   if the movieRate of sprite 2 = 0 then
  3.     go(marker(1))
  4.   else
  5.     go(marker(0))
  6.   end if
  7. end
  8.